struct MPTaskInfo {
PBVersion version; /* Version of the data structure requested*/
OSType name;
OSType queueName;
UInt16 runState;
UInt16 lastCPU;
UInt32 weight;
MPProcessID processID;
AbsoluteTime cpuTime;
AbsoluteTime schedTime;
AbsoluteTime creationTime;
ItemCount codePageFaults;
ItemCount dataPageFaults;
ItemCount preemptions;
MPCpuID cpuID;
};
typedef struct MPTaskInfo MPTaskInfo;